@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Kollektif Bold !important;
}
p, a, li {
    font-family: TT Norms !important;
}
body p {
    text-align: justify !important;
}
li {
    text-align: justify !important;
}
/* navbar styles starts from here */

nav {
    background-color: #fff !important;
}

.nav-item .nav-link {
    color: lightslategray !important;
    font-size: 16px !important;
    font-weight: 500;
}

.nav-item .nav-link i {
    border-radius: 50% !important;
    background-color: #3864D3;
    color: #fff ;
    height: 31px;
    width: 31px;
}
.nav-item .nav-link i:hover {
    border-bottom: none !important;
}
.nav-item .nav-link:hover {
    /* border-bottom: 3px solid #3864D3 !important; */
    color: #3864D3 !important;
}

.nav-item .active {
    border-bottom: 3px solid #000066;
    color: #000066 !important;
}


/* hero section styles starts from here */

.hero-section h1 {
    color: #004aad !important;
    font-size: 30px;
}
.hero-section h4 {
    color: #004aad !important;
}
.hero-section p {
    font-size: 18px;
    font-weight: 500;

}
.hero-section .pink-text {
    color: #F14E87 !important;
}
.hero-section .hero-content p {
    font-size: 18px !important;
}
/* register form styles starts from here */
.hero-section .form-card {
    width: 600px;
    border-radius: 10px;
    background-color: #e0ebff;
}
.hero-section .btn-pink a {
    text-decoration: none;
    color: #fff !important;
}
.hero-section .btn-pink {
    background-color: #F14E87;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    transition: transform .2s;
}

.hero-section .btn-pink:hover {
    background-color: #F14E87;
    transform: scale(1.1);
}

.hero-section .form-label i {
    margin-right: 5px;
    color: #004aad !important;
}

/* course details styles starts from here */

.course-details .header {
    border-radius: 10px !important;
    background-color: #e0ebff;
}
.course-details .overview .pink-text {
    color: #F14E87 !important;
}
.course-details .overview p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.course-details .highlights .pink-text {
    color: #F14E87 !important;
}
.course-details .highlights li {
    font-size: 18px;
    font-weight: 500;
}
.course-details .why-enroll .pink-text {
    color: #F14E87 !important;
}
.course-details .why-enroll li {
    font-size: 18px;
    font-weight: 500;
}
.course-details .why-enroll p {
    font-size: 18px;
}
.course-details .career .pink-text {
    color: #F14E87 !important;
}
.course-details .career p {
    font-size: 18px;
    font-weight: 500;
}
.course-details .career li {
    font-size: 18px;
}

/* placement section */
/* 
.placement-section {
    background-image: url('/Images/diversity-teenager-team-seminar-training-education-concept.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.placement-section .pink-text {
    color: #F14E87 !important;
}
.placement-section p {
    font-size: 24px;
}
.placement-section .reg-btn a {
    text-decoration: none;
    color: #fff !important;
}
.placement-section .reg-btn {
    background-color: #F14E87 !important;
    color: #fff;
    transition: transform .2s;
}
.placement-section .reg-btn:hover {
    transform: scale(1.1);
}

/* log section styles */
.logo-section .view-btn {
    background-color: #004aad !important;
    color: #fff;
}

/* .logo-slider .slick-slide {
    margin: 3px;
} */

.logo-section .slick-dots li.slick-active button:before {
    color: #004aad;
}

.logo-section .slick-dots li button:before {
    font-size: 8px;
}

.slick-next:before,
.slick-prev:before {
    color: #004aad !important;
    font-size: 24px;
}

.item:hover {
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5px);
}



/* syllabus section styles starts from here*/

.syllabus-section {
    background-color: #F14E87 !important;
}
.syllabus-section table  {
    width: 80% !important;
    margin-left: 10% !important;
}
.syllabus-section table tr td {
    color: #02043de7 !important;
    font-weight: 600;
    font-size: 18px;
}

/* overview section styles starts from here */
/* .overview-sec h1 {
    color: #02043de7 !important;
}
.overview-sec i {
    color: #004aad;
    width: 70px;
}
.overview-sec p {
    font-size: 18px;
} */

/* course format section styles starts from here */
.course-format .pink-text {
    color: #F14E87;
}

/* hiring companies */
.hiring-company {
    background-color: #F14E87;
}

/* certification and career support */
.certification-career {
    background-color: #080852;
}
.certification-career .pink-text {
    color: #F14E87;
}

/* question section styles starts from here */

.question-section {
    background-image: url('/Images/question.back.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.question-section .accordion {
    width: 50%;
    margin-left: 25%;
}

.question-section .accordion .accordion-header .accordion-button {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.question-section .accordion .accordion-header .accordion-button:focus {
    background-color: #F14E87 !important;
    color: #fff !important;
}

.question-section .accordion .accordion-header .accordion-button {
    border-radius: 15px !important;
}

.question-section .accordion .accordion-body {
    font-size: 16px !important;
}

.question-section {
    position: relative;
}

.question-section .pink-line {
    position: absolute;
    top: 50px;
    right: 250px;
}


/* job opportunities section styles starts from here */
.job-opportunities .pink-text {
    color: #F14E87;
}

/* industry trends */
.industry-trends {
    background-color: #080852;
}
.industry-trends .pink-text {
    color: #F14E87;
}



/* Footer styles starts from here */
.footer {
    background-color: #F14E87; /* Background color */
    color: white;
    padding: 50px 0;
    position: relative;
    /* font-size: 14px; */
}
.footer .address, .footer .info, .footer .links {
    margin-bottom: 20px;
}
.footer .info {
    text-align: center;
}
/* .footer .links {
    text-align: right;
} */
 .footer .content .links a {
    text-decoration: none;
 }
 .footer .content .links a:hover {
    text-decoration: underline;
 }
.footer .address i, .footer .info i {
    font-size: 35px;
    margin-right: 10px;
}
.footer img {
    width: 150px;
}
.footer .map-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/Black_on_white_dotted_world_map_vector-removebg.png') no-repeat center;
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}
.footer .content {
    position: relative;
    z-index: 2;
}


/* mobile responsive styles starts from here */
@media only screen and (max-width: 600px) {
    nav .navbar-toggler {
        margin-left: 80%;
        margin-top: -103px;
    }
    nav .contact-btn {
        font-size: 16px !important;
        margin-left: 35px !important;
    }

    nav .nav-item .nav-link {
        font-size: 16px !important;
    }

    body {
        padding: 10px !important;
    }
    .hero-section h1 {
        font-size: 26px !important;
    }
    .hero-section p {
        font-size: 15px !important;
    }
    .hero-section img {
        width: 100% !important;
    }
    .hero-section .hero-content h4 {
        font-size: 18px !important;
    }
    .hero-section .hero-content p {
        font-size: 15px !important;
    }
    .hero-section .form-card .btn-pink {
        font-size: 16px !important;
    }
    .hero-section .form-card {
        width: 100% !important;
        padding: 10px !important;
    }
    .hero-section .form-card .form-label {
        font-size: 16px !important;
    }


    /* course details */
    .course-details h5 {
        font-size: 20px !important;
    }
    .course-details .overview h1{
        font-size: 26px !important;
    }
    .course-details .overview p {
        font-size: 15px !important;
    }
    .course-details .highlights h1 {
        font-size: 26px !important;
    }
    .course-details .highlights li {
        font-size: 15px !important;
    }
    .course-details .why-enroll h1 {
        font-size: 26px !important;
    }
    .course-details .why-enroll img {
        width: 100% !important;
    }
    .course-details .why-enroll li {
        font-size: 15px !important;
    }
    .course-details .why-enroll p {
        font-size: 15px !important;
    }
    .course-details .career h1 {
        font-size: 26px !important;
    }
    .course-details .career p {
        font-size: 15px !important;
    }
    .course-details .career li {
        font-size: 15px !important;
    }


    /* placement section */
    /* .placement-section {
        width: 100% !important;
        height: auto !important;
    }
    .placement-section h1 {
        font-size: 26px !important;
    }
    .placement-section p {
        font-size: 15px !important;
        margin-top: 0px !important;
    }
    .placement-section .logo-section {
        width: 100% !important;
    }
    .placement-section .reg-btn {
        font-size: 16px !important;
    }
     */

    /* syllabus section */

    .syllabus-section h1 {
        font-size: 26px !important;
        padding: 10px !important;
    }
    .syllabus-section table td {
        font-size: 15px !important;
    }

    /* logo section */
    .logo-section {
        width: 100% !important;
        padding: 2px !important;
    }
     /* question section */
    .question-section .accordion {
        width: 90% !important;
        margin-left: 20px !important;
    }

    .question-section .accordion .accordion-header .accordion-button {
        font-size: 15px !important;
    }

    .question-section .accordion .accordion-body {
        font-size: 14px !important;
    }
    .question-section .pink-line {
        left: 30px !important;
    }

    /* job opportunities */
    .job-opportunities .job-img2 {
        margin-top: 25px !important;
        margin-left: 35px !important;
    }
     /* industry trends */
     .industry-trends img {
        margin-left: 32px !important;
     }
   

    /* footer */
    .footer {
        height: auto !important;
    }

    .footer .content {
        padding: 0px 5px !important;
    }

    .footer .map-bg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .footer .content .copy-right {
        font-size: 16px !important;
        margin-left: 20px !important;
    }
    .footer .content .terms  {
        margin-top: 0px !important;
        font-size: 15px !important;
        margin-right: 78px !important;
    }
}

/* tablet responsive styles starts from here */
@media only screen and (max-width:800px) and (min-width:600px) {
    nav .contact-btn {
        font-size: 17px !important;
        margin-left: 35px !important;
    }

    nav .nav-item .nav-link {
        font-size: 17px !important;
    }

    .hero-section h1 {
        font-size: 28px !important;
    }
    .hero-section p {
        font-size: 16px !important;
    }
    .hero-section img {
        width: 50% !important;
        margin-left: 160px !important;
    }
    .hero-section .hero-content h4 {
        font-size: 19px !important;
    }
    .hero-section .hero-content p {
        font-size: 16px !important;
    }
    .hero-section .form-card .btn-pink {
        font-size: 17px !important;
    }
    .hero-section .form-card {
        width: 80% !important;
        padding: 10px !important;
    }
    .hero-section .form-card .form-label {
        font-size: 17px !important;
    }

    /* course details */
    .course-details h5 {
        font-size: 22px !important;
    }
    .course-details .overview h1{
        font-size: 28px !important;
    }
    .course-details .overview p {
        font-size: 16px !important;
    }
    .course-details .highlights h1 {
        font-size: 28px !important;
    }
    .course-details .highlights li {
        font-size: 16px !important;
    }
    .course-details .why-enroll h1 {
        font-size: 26px !important;
    }
    .course-details .why-enroll img {
        width: 50% !important;
        margin-left: 160px !important;
    }
    .course-details .why-enroll li {
        font-size: 16px !important;
    }
    .course-details .why-enroll p {
        font-size: 16px !important;
    }
    .course-details .career h1 {
        font-size: 28px !important;
    }
    .course-details .career p {
        font-size: 16px !important;
    }
    .course-details .career li {
        font-size: 16px !important;
    }
    .course-details .career img {
        width: 50% !important;
        margin-left: 160px !important;
    }
    /* course highlights */
    .course-details .highlights img {
        width: 50% !important;
        margin-left: 160px !important;
    }
    /* placement section */
    .placement-section {
        width: 100% !important;
        height: auto !important;
    }
    .placement-section h1 {
        font-size: 28px !important;
    }
    .placement-section p {
        font-size: 16px !important;
        margin-top: 0px !important;
    }
    .placement-section .logo-section {
        width: 100% !important;
    }
    .placement-section .reg-btn {
        font-size: 17px !important;
    }
    
    /* syllabus section */

    .syllabus-section h1 {
        font-size: 28px !important;
        padding: 10px !important;
    }
    .syllabus-section table td {
        font-size: 16px !important;
    }

    /* program overview section */
    .overview-sec p {
        font-size: 13px !important;
    }

    /* certification and course format */
    .certification-career img {
        width: 50% !important;
        margin-left: 160px !important;
    }

    /* question section */
    .question-section .pink-line {
        top: 54px !important;
    }

    /* job opportunities */
    .job-opportunities .job-img2 {
        margin-top: 25px !important;
        margin-left: 100px !important;
    }

    /* industry trends */
    .industry-trends img {
        margin-left: 82px !important;
    }

}

/* large devices (14 inch laptops and desktops) */

@media only screen and (min-width: 992px) {
   
}

